func runtime.sysReserve
7 uses
runtime (current package)
malloc.go#L544: meta := uintptr(sysReserve(nil, arenaMetaSize))
malloc.go#L653: v = sysReserve(unsafe.Pointer(p), n)
malloc.go#L810: p := uintptr(sysReserve(v, size+align))
malloc.go#L823: p2 := sysReserve(unsafe.Pointer(p), size)
mem.go#L145: func sysReserve(v unsafe.Pointer, n uintptr) unsafe.Pointer {
mpagealloc_64bit.go#L79: r := sysReserve(nil, b)
mpagealloc_64bit.go#L254: r := sysReserve(nil, nbytes)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |